-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(coinjoin): add tracking of transactions #222
feat(coinjoin): add tracking of transactions #222
Conversation
0e5a32b
to
c236738
Compare
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## feature-coinjoin #222 +/- ##
======================================================
- Coverage 48.38% 48.03% -0.35%
+ Complexity 7195 7188 -7
======================================================
Files 449 450 +1
Lines 49406 49611 +205
Branches 7040 7068 +28
======================================================
- Hits 23903 23829 -74
- Misses 22766 23048 +282
+ Partials 2737 2734 -3
☔ View full report in Codecov by Sentry. |
…s complete" This reverts commit 2631770.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Some commented code in MasternodeGroup.java
which might need a cleanup.
Issue being fixed or feature implemented
What was done?
How Has This Been Tested?
Breaking Changes
Checklist:
For repository code-owners and collaborators only